@charset "utf-8";
/* CSS Document */



.inner{
    padding:0 0 80px 0;
}
.inner-banner img{
    width:100%;
}

.site-add{
    border-bottom: 1px dotted #d3d3d3;
    padding: 4px;
}
.site-add p{
    height:45px;
    line-height:45px;
    color: #999;
}
.site-add p a{
    color: #999;
}
.site-add p a:last-child{
    color: #005eae;
}

.inner-menu-header{
    font-size: 20px;
    color: #555;
    height:30px;
    line-height:30px;
    margin:0 0 10px 0;
    font-weight:bold;
}
.inner-menu-header span{
    font-size: 12px;
    color: #bbb;
    margin:0 0 0 20px;
    text-transform: capitalize;
    font-weight: normal;
}
.inner-menu-body{
    position: relative;
}
.inner-menu-body .menu-item{
    display: inline;
}
.inner-menu-body h6{
    display: inline-block;
    margin:16px 0 0 0;
}
.inner-menu-body h6 a{
    display: block;
    padding:0 14px;
    margin:0 10px 0 0;
    border:1px solid rgba(170,170,170,.2);
    height:28px;
    line-height:26px;
}
.inner-menu-body h6 a:hover{
    border: 1px solid #0072d4;
    background: #0072d4;
    color: #fff;
}
.inner-menu-body .menu-item.cur h6 a{
    border: 1px solid #0072d4;
    background: #0072d4;
    color: #fff;
}

.inner-menu-body .menu-item ul{
    position: absolute;
    left:0;
    width:100%;
    background: #0072d4;
}
.inner-menu-body .menu-item ul li{
    display: inline-block;
    margin:10px 0;
}
.inner-menu-body .menu-item ul li a{
    display: block;
    line-height:30px;
    color: #fff;
    margin:0 15px 0 0;
    padding:0 14px;
}
.inner-menu-body .menu-item ul li a:hover{
    background:#fff;
    color: #0058a4;
}
.inner-menu-body .menu-item ul li:first-child a{
    margin:0 15px;
}



.inner-page-body{
    padding:10px 0 0 0;
    line-height:26px;
    font-size: 14px;
}
.inner-page-body p{
    padding:10px 0 0 0;
}
.inner-page-body img{
    max-width:100%;
}

.inner-pic li{
    margin:15px 0;
}
.inner-pic li .case-item{
    background: #f5fbfc;
}
.inner-pic li .case-item:hover .img::after {
    border: 10px solid #f5fbfc;
}



/****
    图片模型详情页
***/

.inner-pic-show{
    margin: 80px 0 0 0;
}
.inner-pic-show .tit{
    font-size: 26px;
    color: #0072D4;
    text-align: center;
    line-height:45px;
    font-weight: bold;

}
.inner-pic-show .time{
    font-size: 14px;
    text-align: center;
    color: #888;
    padding:5px 0 0 0;
    border-bottom: 2px solid #eee;
    padding:0 0 30px 0;
}
.inner-pic-show .time span{
    margin:0 5px 0 0 ;
}
.inner-pic-show .img{
    text-align: center;
    margin:50px 0 0 0;
}
.inner-pic-show .img img{
    max-width: 100%;
}
.inner-pic-show .con{
    font-size: 13px;
}
.inner-pic-show .con p{
    line-height:24px !important;
    margin:20px 0 0 0!important;
    color: #6a6a6a;
}
.inner-pic-show .con a{
    font-size: 13px !important;
    color: #444!important;
}

.bshare-custom {
    margin:10px 0 0 0;
}


/****
新闻列表
****/
.inner-news li{
    margin:0 0 20px 0;
}
.inner-news li a{
    display: block;
    border: 1px solid #e5e5e5;
    position: relative;
}
.inner-news li a:before,.inner-news li a:after{
    content: '';
    position: absolute;
    bottom: -2px;
    width: 0;
    height: 2px;
    background: #0072d4;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.inner-news li .img{
    overflow: hidden;
    margin:10px;
}
.inner-news li .img img{
    width:100%;
    transition: all .6s;
}
.inner-news li .con{
    background: #f1f0f0;
    padding: 10px;
    display: block;
    width:100%;
}
.inner-news li .con h4{
    line-height: 34px;
    font-weight: normal;
    font-size: 16px;
    color: #000;
    height: 34px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.inner-news li .con p{
    height: 56px;
    overflow: hidden;
    color: #999;
    padding-top: 0px;
    font-size: 14px;
    line-height: 28px;
}
.inner-news li a:hover .img img{
    transform: scale(1.1);
}
.inner-news li a:hover h4{
    color: #0072d4;
}
.inner-news li a:hover:before{
    width:100%;
    left:0;
}
.inner-news li a:hover:after{
    right:0;
    width:100%;
}


/*****
新闻详情
****/

.inner-news-show{
    padding:60px 0 0 0;
}
.inner-news-show .tit{
    color: #333;
    font-size: 24px;
}
.inner-news-show .time{
    /*border-bottom: 1px solid #eee;*/
    padding:0 0 30px 0;
}
.inner-news-show .time p{
    color: #999;
    height:26px;
    line-height:26px;
}
.inner-news-show .time p span{
    padding:0 5px 0 0;
}
.inner-news-show .con{
    /*padding:30px 0 0 0;*/
    font-size: 13px;
    line-height:24px;
}
.inner-news-show .con p{
    padding:0 0 15px 0;
}
.inner-news-side{
    padding:70px 0 0 0;
}
.inner-news-side .tit{
    font-size: 14px;
    color: #666;
    font-weight: bold;
    padding:0 0 30px 0;
}
.inner-news-side .menu a{
    display: inline-block;
    margin-right: 10px;
    padding: 0 14px;
    line-height: 26px;
    border: 1px solid rgba(170,170,170,.2);
    background: transparent;
    color: #666;
}
.inner-news-side .menu a:hover{
    border: 1px solid #005eae;
    background:#005eae;
    color: #fff;
}

.inner-news-side .con ul li{
    padding:20px 0 15px;
    border-bottom: 1px solid #eee;
}
.inner-news-side .con ul h4 a{
    transition: all .36s ease;
    color: #333;
    font-size: 16px;
    line-height: 30px;
}
.inner-news-side .con ul li h4 a:hover{
    color: #005eae;
}
.inner-news-side .con ul li .time{
    font-size: 13px;
    line-height: 26px;
    color: #888;
    font-family: Arial;
}
.inner-news-side .con ul li p{
    font-size: 12px;
    line-height: 22px;
    height: 44px;
    overflow: hidden;
    color: #999;
}
.news-show_seo{
    font-size: 14px;
}
.news-show_seo span{
    padding:0 0 0 15px;
}

/*****
在线留言
****/

.table_form{
    margin: 10px;
}
.table_form tbody tr{
    width:50%;
    float: left;
}
.input-text{
    width:100%;
}
#box_title,#box_username,#box_email,#box_telephone,#box_content{
    width:92%;
}
.table_form tbody td{}
.table_form td{  padding: 8px 0 15px 8px;line-height: 22px;font-size:13px;}
.table_form tbody tr.modal-footer{
    margin:30px 0 0 0;
    width:100%;
    padding:15px 0;
}
.table_form tbody tr td input.form-control,.table_form tbody tr td textarea.form-control{

}
.table_form tbody tr.modal-footer td{
    float: left;
}

.guestbook_list dl{
    padding:20px 0;
    border-bottom: 1px solid #eee;
}
.guestbook_list dl:last-child{
    margin:0 0 50px 0;
}
.guestbook_list dl dt h4{
    font-size: 16px;
    padding:0 0 15px 0;
    color: red;
    font-weight: bold;
}
.guestbook_list dl dt p{
    float: left;
    font-size: 12px;
    color: #999;
    font-weight: normal;
    padding:0 30px 0 0;
    font-family: Arial;
}
.guestbook_list dl dt p span{
    padding:0 5px 0 0;
}
.guestbook_list dl dd{
    font-size: 13px;
    color: #777;
    padding:5px 0 0 0;
    line-height:24px;
}
.post-feedback  tbody tr:first-child{
    width:100%;
}


/*******
产品详情
******/
.inner-img-show{
    padding:70px 0 0 0;
}
#zoom_box{
    background: #eee;
    text-align: center;
}
#zoom_box img{
    max-width: 100%;
    cursor: pointer;
}
#zoom_list{
    width:100%;
    height: 60px;
    background: #eee;
}
#zoom_list>a{
    width: 14px;
    height: 54px;
    margin-top: 2px;
    text-align: center;
    overflow: hidden;
    background: #b3b3b3;
    color: #fff;
    text-align: center;
}
#zoom_list>a i{
    line-height:54px;
}
#zoom_list .next {
    float: right;
}
#zoom_list .pre{
    float: left;

}
#zoom_list #zoom_list_box{
    float: left;
    width:90%;
    overflow: hidden;
    height: 56px;
    position: relative;
}
#thumblist li{
    float: left;
    overflow: hidden;
    text-align: center;
    margin: 5px 4px;
}
#thumblist li.on {}
#thumblist li span{
    height: 52px;
    width: 220px;
    line-height: 30px;
}
#thumblist li span a{
    width: 50px;
    height: 50px;
    display: block;
    position: relative;
}
#thumblist li.on span a:before{
    display: block;
    content: '';
    position: absolute;
    left:0;
    top:0;
    right:0;
    bottom: 0;
    background: rgba(0,0,0,.5);
}
.iish-cm3 .tit{
    position: relative;
    height: 15px;
    left:-20px;
}
.iish-cm3 .tit em{
    position: absolute;
    top: 10px;
    left: 30px;
    width: 100%;
    height: 0;
    border-top: 1px #c9c9c9 dotted;
    text-decoration: none;
}
.iish-cm3 .tit span{
    position: absolute;
    color: #999;
    text-align: center;
    width: 6em;
    top: 0;
    left: 50%;
    margin-left:-10px;
    background-color: #fff;
}
.iish-cm3 .con{
    padding:15px 0 0 0;
}
.iish-cm3 .con li{
    margin:0 0 5px 0;
}
/*.iish-cm3 .con li .img{
    max-height: 100px;
    overflow: hidden;
}*/
.iish-cm3 .con li img{
    max-width: 100%;
}
.iish-cm3 .con li span a{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    color: #62574e;
    height:24px;
    line-height:24px;
    text-align: center;
}
.iish-cm9{
    padding:10px 0 0 0;
}
.iish-cm9 .tit{
    padding-bottom: .2em;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    color: #000;
}
.iish-cm9 .list{
    background: #f7f7f7;
    margin:10px 0 0 0;
    padding:5px 10px;
}
.iish-cm9 .list li{
    height:30px;
    line-height:30px;
}
.iish-cm9 .list li em{
    color: #777;
    display: inline-block;
}
.iish-cm9 .list li a,.iish-cm9 .list li span{
    font-size: 13px;
    padding:0 0 0 10px;
}
.iish-cm9 .list li span b{
    color:#eb2e09;
    padding:0 3px;
}
.iish-cm9 .list li div.bshare-custom{
    display: inline-block;
    margin:0;
    padding:0 0 0 10px;
}
.iish-cm9 .list li div.bshare-custom a{
    padding:0 0 0 19px;
}
.iish-cm9 .tel{
    font-size:16px;
    top:10px;
    left:10px;
    height:40px;
    line-height:40px;
    position: relative;
}
.iish-cm9 .tel span{
    padding:0 10px 0 0;
    color:#d53530;
    font-size: 16px;
}
.iish-cm9 .tel em{
    font-size: 24px;
    font-family: Arial;
    position: absolute;
    font-weight: 700;
    color:#d41b16;
}
.iish-cm9 .ico{
    padding:50px 0 0 10px;
}
.iish-cm9 .ico a{
    display: block;
    border-radius: 0;
    width:100px;
    display: inline-block;
    margin:0 10px 0 0;
}

.inner-img-show-body{

}
.iisb-tit{
    height:40px;
    line-height:40px;
    font-size: 16px;
    position: relative;
    padding:0 0 0 14px;
    font-weight: bold;
    background: #efefef;
    color: #333;
}
.iisb-tit:before{
    display: block;
    content: '';
    height:15px;
    width:5px;
    background: red;
    position: absolute;
    left:0;
    top:13px;
}
.iisb-box-js .con{
    font-size: 13px!important;
    line-height:26px;
}
.iisb-box-js .con img{
    max-width:100%;
    height:auto;
}
.iisb-box-js .con p{
    padding:10px 0 0 0;
}
.iisb-box-fx li{
    float: left;
    margin:0 30px 0 0;
}
.iisb-box-fx li a{
    font-size: 13px;
    display: block;
    line-height:30px;
}
.iisb-box-tj .con{

}
.iisb-box-tj .con li{
    margin:0 0 10px 0;
}

.iisb-box-tj .con li img{
    max-width: 100%;
}

.iisb-box-tj .con li span a{
    display: block;
    height:40px;
    line-height:40px;
    text-align: center;
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

/****
    分页
****/
.page{
    text-align: center;
    margin:40px 0 0 0;
}
.page a{
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #0072D4;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
}
.page span{
    font-size: 13px;
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #0072D4;
    border: 1px solid #ddd;
}

.page a:hover{
    color: #fff;
    background-color: #0072D4;
}


/****
上一页下一页
***/
.flip{
    padding:20px 0 0 0;
}
.flip p{
    margin:5px 0 0 0;
    border-bottom: 1px solid #eee;
    height:30px;
    line-height:30px;
}
.flip p span{
    display: inline-block;
    color: #333;
    font-weight: bold;
    font-size: 14px;
}
.flip p a{
    display: inline-block;
    font-size: 14px;
    color: #0072D4;
}

